home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…ry 5: (Reseller Edition) / Apple Reference & Presentations Library 5.0 (Reseller Edition).iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_86227.txt < prev    next >
Text File  |  1987-11-25  |  1KB  |  60 lines

  1. -- card: 86227 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=445 top=180 right=197 bottom=467
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   setCrossReference
  23.   go to card id 130817
  24. end mouseUp
  25.  
  26.  
  27.  
  28.  
  29. -- part contents for background part 1
  30. ----- text -----
  31. put <source>  before | into | after <destination>
  32.  
  33. Places  the contents of the source into the destination.  Use "before" to insert before, "into" to replace, or "after" to append after.  The destination must be a container.  If the destination is not recognized, HyperCard creates a temporary variable of that name.  See variables.*  If the destination is omitted, it is the Message box.  Use with the Go command to put in a remote field. 
  34.  
  35. put the tool    -- puts the tool name into Message box
  36. put "completed" after line 3
  37. put "Bye now" into field 2
  38.  
  39.  
  40. -- part contents for background part 2
  41. ----- text -----
  42. Put
  43.  
  44. -- part contents for background part 44
  45. ----- text -----
  46. Form
  47.  
  48. What it does
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56. Examples
  57.  
  58. -- part contents for background part 43
  59. ----- text -----
  60. 337,122